table of contents
PAM_SNAPPER(8) | Filesystem Snapshot Management | PAM_SNAPPER(8) |
NAME¶
pam_snapper - PAM module which creates filesystem snapshots via "snapper"
SYNOPSIS¶
pam_snapper.so [debug] [homeprefix=prefix] [ignoreservices=services] [ignoreusers=users] [rootasroot] [ignoreroot] [openonly] [closeonly] [cleanup=algorithm]
DESCRIPTION¶
Create a snapshot at every login of a user, thus he or she always has a save starting point.
As many users do not logout for some time, it is a good idea to enable snapper's time based snapshots in addition.
OPTIONS¶
debug
homeprefix=prefix
Default: "home_"
ignoreservices=comma separated list of services
ignoreusers=comma separated list of users
rootasroot
"rootasroot" and "ignoreroot" are mutually exclusive.
ignoreroot
"rootasroot" and "ignoreroot" are mutually exclusive.
openonly
Default: create pre- and post-snapshots
closeonly
Default: create pre- and post-snapshots
cleanup=cleanup-algorithm
Default: (none)
MODULE TYPES PROVIDED¶
Only the module type "session" is provided.
RETURN VALUES¶
PAM_SUCCESS
EXAMPLES¶
Basic usage¶
session optional pam_snapper.so
SEE ALSO¶
snapper(8), pam.conf(5), pam(8), pam_snapper_homeconvert, pam_snapper_pamconfig, pam_snapper_useradd, pam_snapper_userdel
HOMEPAGE¶
AUTHORS¶
pam-snapper was written by Matthias G. Eckermann <mge@suse.com> as part of SUSE Hackweek#9 in April 2013.
This module would not have been possible without the work of Arvin Schnell on the snapper project. pam-snapper inherits DBUS handling from "snapper_dbus_cli.c" by David Disseldorp.
The module builds on the Linux PAM stack and its documentation, written by Thorsten Kukuk.
LICENSE¶
Copyright (c) 2013 SUSE
All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, contact SUSE.
To contact SUSE about this file by physical or electronic mail, you may find current contact information at www.suse.com.
2013-05-23 | 0.2.8 |